home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #1 / Amiga Plus CD - 1997 - No. 01.iso / pd / programmierung / mesa-1.2.8 / widgets / changelog next >
Text File  |  1996-05-27  |  1KB  |  33 lines

  1. Thu Jun  8 11:49:40 1995  Thorsten Ohl  <ohl@localhost>
  2.  
  3.     * configure.in:  test for memmove() separately.  SunOS has memcopy
  4.     but not memmove() (<Frederic.Devernay@sophia.inria.fr>).
  5.  
  6. Tue Apr 11 22:13:43 1995  Thorsten Ohl  <ohl@localhost>
  7.  
  8.     * use GLPL throughout.  Some files still had a GPL.
  9.  
  10. Mon Apr 10 21:04:46 1995  Thorsten Ohl  <ohl@localhost>
  11.  
  12.     * Canonicalize utility function names.  Use GLw* instead of mesa_*
  13.     as common prefix.  Even though I prefer to separate words in
  14.     function names by underscores, it's better to stick to common
  15.     practice, which in X11 programs is captalization.
  16.  
  17. Sat Apr  8 18:22:21 1995  Thorsten Ohl  <ohl@localhost>
  18.  
  19.     * configure.in:  --enable-debug
  20.  
  21. Tue Apr  4 00:13:41 1995  Thorsten Ohl  <ohl@localhost>
  22.  
  23.     * Makefile.in (demo.*): new targets for debugging specific 8-bit
  24.     visuals
  25.  
  26. Thu Mar 30 23:03:29 1995  Thorsten Ohl  <ohl@localhost>
  27.  
  28.     * Makefile.in: SHELL = /bin/sh
  29.  
  30.     * configure.in (mesa_srcdir): like top_srcdir, pointing to the
  31.     root of the Mesa source tree.
  32.  
  33.